All Questions
2 questions
0votes
1answer
122views
SKLearn - Understanding Discrepancy Between LogisticRegressionCV classification_report and scores_
Cross-posting from Stack Overflow: I'm running into a weird situation where my sklearn LogisticRegressionCV model is apparently getting 100% accuracy (the lack of ...
0votes
1answer
354views
Why logistic regression example code does not port to linear regression example?
I am looking at this tutorial: https://www.dataquest.io/mission/74/getting-started-with-kaggle Following is the code for linear regression to predict, based on some variables, the survival of the ...